home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 17
/
CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso
/
CUCD
/
Programming
/
DiceSource
/
include
/
fd
/
dicecache_lib.fd
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-02-01
|
365 b
|
17 lines
##base _DiceCacheBase
##bias 30
##public
DiceCacheOpen(name,modes,psiz)(A0,A1,A2)
DiceCacheClose(cn)(A0)
DiceCacheSeek(cn,off,psiz)(A0,D0,A1)
DiceCacheGetSuffixes(buf,max)(A0,D0)
DiceCacheAddSuffix(buf)(A0)
DiceCacheRemSuffix(buf)(A0)
DiceCacheFlush(bytes)(D0)
DiceCacheSet(lary,n)(A0,D0)
DiceCacheGet(lary,n)(A0,D0)
DiceCacheEnable()()
DiceCacheDisable()()
##end